﻿.footer {
    padding: 35px 0;
    background: #eeeeee;
    height:260px;
}

    .footer .footer-logo {
        float: left;
        width: 180px;
        margin-left: 120px;
    }

        .footer .footer-logo img {
            display: block;
            margin: 15px 0 0 10px
        }

    .footer .footer-code {
        float: right;
        margin-right: 130px;
        width: 110px
    }

        .footer .footer-code img {
            display: block;
            margin-top: 10px
        }

    .footer .content {
        float: left;
        width: 620px;
        text-align: center;
        color: #a5a5a5;
        font-size: 12px;
    }

    .footer .img-list {
        height: 64px;
        margin-bottom: 10px
    }

        .footer .img-list ul {
            margin-left: 230px
        }

        .footer .img-list li {
            float: left;
            width: 55px
        }

            .footer .img-list li a {
                background: url(/static/images/default/icon-2.png) no-repeat left center;
                display: block;
                height: 64px
            }

        .footer .img-list .wx {
            background-position: 0 0
        }

        .footer .img-list .sina {
            background-position: -58px 0
        }

        .footer .img-list .mail {
            background-position: -116px 0
        }

        .footer .img-list .qzone {
            background-position: -172px 0
        }

        .footer .img-list .dz {
            background-position: -226px 0
        }

    .footer p {
        margin-bottom: 5px
    }

        .footer p em {
            padding: 0 15px
        }

    .footer a {
        font-size:12px;
        color: #a5a5a5
    }

    .footer .text {
        font-size: 12px;
        padding: 15px 0;
    }

        .footer .text .txt {
            font-size: 14px;
            color: #000;
        }
